/*  

Theme Name: Freedom House

Description: Custom theme designed for the Freedom House of Parker county.

Version: 1.0

Author: Rocky Lott

Author URI: http://www.rockylott.com/



*/

img {border: none;}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{

	margin: 0;

	padding: 0;

}



body{

	margin-top: 0px;

	font-family: Arial, Helvetica, Georgia, Sans-serif;

	font-size: 12px;

	text-align: center;

	vertical-align: top;

	background: #D4D4D4;

	color: #000000;

	padding-top: 0px;

}



h1{

	font-family: Georgia, Sans-serif;

	font-size: 24px;

	padding: 0 0 10px 0;

}



a:link, a:visited{

	text-decoration: underline;

	color: #336699;

}



a:hover{

	text-decoration: none;

}



p{

	padding: 10px 0 0 0;

}



#wrapper{

	margin: 0 auto 0 auto;

	width: 789px;

	height: auto;

	text-align: left;


}



#header{

	float: left;

	width: 789px;

	height: 109px;

	background:url("./images/bg_header.jpg") no-repeat;

}


#top-nav{

	float: right;

	margin-right: 40px;

	padding-top: 10px;

	font-size: 14px;

	color: #fff;

}

#top-nav a{

	color: #fff;

	text-decoration: none;

}


#top-nav a:hover{

	text-decoration: underline;

}


#hotline-top{

	float:left;

	padding: 20px 0px 15px 350px;

	text-align: right;

}


.hotline{

	color: #CD2626;

	text-decoration: underline;

}


#content{

	background: url(./images/bg_content.jpg) repeat-y;

	float: left;

	width:789px;


}


#container{

	float: left;

	width: 500px;

	padding: 0 0 0 15px;

}



.post{

	padding: 10px 0 10px 0;

}



.post h2{

	font-family: Georgia, Sans-serif;

	font-size: 18px;

}



.entry{

	line-height: 18px;

}



p.postmetadata{

	border-top: 1px solid #ccc;

	margin: 10px 0 0 0;

}



.navigation{

	padding: 10px 0 0 0;

	font-size: 14px;

	font-weight: bold;

	line-height: 18px;

}



.sidebar{

	float: left;

	width: 220px;

	margin: 0px auto;

	display: inline;

}



.sidebar ul{

	list-style-type: none;

	margin: 0;

	padding: 0 10px 0 10px;

}



.sidebar ul li{

	padding: 10px 0 10px 0;

}



.sidebar ul li h2{

	font-family: Georgia, Sans-serif;

	font-size: 14px;

	padding-left:10px;

	padding-bottom: 5px;

}



.sidebar ul ul li{

	padding: 0 0 5px 0;

	line-height: 30px;

	width: 200px;

	background: url(./images/bg_nav_button.jpg) no-repeat;

	text-align: left;

	padding-left: 30px;

}

.sidebar ul ul li a{

	text-decoration: none;

	font-size: 14px;

}


.sidebar ul ul li:hover a{

	color:#fff;

	font-weight: bold;



}


.sidebar ul ul li:hover{

	background: url(./images/bg_nav_button_on.jpg) no-repeat;

	color: #fff;

}


table#wp-calendar{

	width: 100%;

}



#footer{

	clear: both;

	float: left;

	width: 789px;

	height: 60px;

	background: url(./images/bg_footer.jpg) no-repeat;

}



#footer p{

	line-height: 18px;
	
	padding: 15px 0 0 25px;

	text-align: left;

}


.comments-template{

	margin: 10px 0 0;

	border-top: 1px solid #ccc;

	padding: 10px 0 0;

}



.comments-template ol{

	margin: 0;

	padding: 0 0 15px;

	list-style: none;

}



.comments-template ol li{

	margin: 10px 0 0;

	line-height: 18px;

	padding: 0 0 10px;

	border-bottom: 1px solid #ccc;

}



.comments-template h2, .comments-template h3{

	font-family: Georgia, Sans-serif;

	font-size: 16px;

}



.commentmetadata{

	font-size: 12px;

}



.comments-template p.nocomments{

	padding: 0;

}



.comments-template textarea{

	font-family: Arial, Helvetica, Georgia, Sans-serif;

	font-size: 12px;

}

img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
 
img.alignright {
 padding: 4px;
 margin: 0 0 2px 7px;
 display: inline;
 }
 
img.alignleft {
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
 }
 
.alignright {
 float: right;
 }
 
.alignleft {
 float: left;
 }
